home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2 - Developers' Solutions / Delphi 2 Developers' Solutions.iso / dds / demos / ftl / chcc.txt < prev    next >
Encoding:
Text File  |  1995-09-06  |  484 b   |  13 lines

  1. The "Beep On ... Click" menu options are
  2. used to set flags called by the OnCurrent-
  3. Hot and CoolClick methods. These methods
  4. are used to add design-time processing of
  5. mouse actions on both hot and cool items
  6. (click methods affect both images and text.)
  7. In this case, a simple "beep" sound is
  8. made or not made depending on the flag.
  9. (This could be used to check the Sender
  10. property and modify the behavior on a click
  11. depending on which type of screen object
  12. was clicked.)
  13.